home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 8 / CU Amiga Magazine's Super CD-ROM 08 (1997)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1997-03].iso / cucd / graphics / superviewel / arexx-scripts / setsvdriver.rx < prev    next >
Text File  |  1997-01-01  |  400b  |  20 lines

  1. /*
  2.    $VER: SetDriver.rx V3.2 (9.7.94)
  3.    © 1993-94 by Andreas R. Kleinert
  4.  
  5.    This script demonstrates how to modify the global SVDriver preferences
  6.    by using SuperView's ARexxPort.
  7.  
  8.    The resulting changes will also appear on SuperView's GUI,
  9.    if already open.
  10.  
  11. */
  12.  
  13.  
  14. address 'SuperView.rx' "SVDRIVER=ECS ScreenDriver"
  15.  
  16. adress command
  17. wait 5
  18.  
  19. address 'SuperView.rx' "SVDRIVER=AGA ScreenDriver"
  20.